Skip to content

chore: release main#95

Merged
StefanSteiner merged 2 commits into
mainfrom
release-please--branches--main
Jun 2, 2026
Merged

chore: release main#95
StefanSteiner merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@StefanSteiner
Copy link
Copy Markdown
Contributor

@StefanSteiner StefanSteiner commented Jun 1, 2026

🤖 I have created a release beep boop

0.4.0

0.4.0 (2026-06-02)

Features

  • streaming FromRow mapping (stream_as) — constant-memory struct-mapped queries (#91) (#94) (3327fc0)

Bug Fixes

  • release: wrap hyperdb-compile-check pin in release-please markers (#97) (1f07015)

This PR was generated with Release Please. See documentation.

@StefanSteiner StefanSteiner force-pushed the release-please--branches--main branch from 570062d to 00187ba Compare June 1, 2026 23:33
StefanSteiner added a commit that referenced this pull request Jun 2, 2026
#97)

The optional `hyperdb-compile-check = "=0.3.1"` dependency in
hyperdb-api-derive/Cargo.toml was the only internal exact-version pin in
the workspace NOT wrapped in `# x-release-please-start-version` /
`# x-release-please-end` markers. release-please therefore bumped
hyperdb-compile-check's own version (and every other internal pin) to the
new release version but left this consumer pin at =0.3.1, making the
workspace unresolvable:

    error: failed to select a version for the requirement
    `hyperdb-compile-check = "=0.3.1"`
    candidate versions found which didn't match: 0.4.0
    required by package `hyperdb-api-derive`

This broke the v0.4.0 release-please PR (#95): clippy, all three test
matrices, cargo-deny, publish-dry-run, and node-bindings all failed on
dependency resolution. Wrapping the pin lets release-please bump it in
lockstep with the rest of the workspace, as it already does for the
hyperdb-api dev-dependency pin a few lines below.
@StefanSteiner StefanSteiner force-pushed the release-please--branches--main branch from 00187ba to 7e8d611 Compare June 2, 2026 03:20
@StefanSteiner StefanSteiner force-pushed the release-please--branches--main branch from 7e8d611 to 3cd0011 Compare June 2, 2026 05:13
@StefanSteiner StefanSteiner merged commit 7f791d5 into main Jun 2, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant